@charset "utf-8";
/*轮播*/
.pc-banner{
	margin-top: 80px;
	width: 100%;
	height: calc(100% - 80px);
	position: relative;
	position: 999;
	overflow: hidden;
}
.pc-banner .swiper-container{
	width: 100%;
	height: 100%;
	display: block;
}
.pc-banner .swiper-slide > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position:center bottom;
	display: block;
}
.pc-banner .swiper-content{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.pc-banner .swiper-content .banner-text1{
	width: 44%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.pc-banner .swiper-content .banner-text1 .text1 img{
    display: block;
}
.pc-banner .swiper-content .banner-text1 .text2{
	color: #fff;
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	margin-top: 10px;
	text-shadow: 0 0 6px rgba(0, 0, 0, .4);
	text-align: center;
}
.pc-banner .swiper-content .banner-text1 .text3{
	margin-top: 10px;
	color: #fff;
	font-size: 24px;
	text-shadow: 0 0 6px rgba(0, 0, 0, .4);
	overflow: hidden;
}
.pc-banner .swiper-content .banner-text2{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.pc-banner .swiper-content .banner-text2 .text1{
	font-size: 300px;
	opacity: .25;
	font-weight: 900;
	text-transform: uppercase;
}
.pc-banner .swiper-content .banner-text2 .text2{
	position: absolute;
}
.pc-banner .swiper-content .banner-text2 .text2 .t{
	font-size: 100px;
	line-height: 100px;
	font-weight: 700;
}
.pc-banner .swiper-content .banner-text2 .text2 .b{
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
	margin-top: 20px;
}
.pc-banner .swiper-content .banner-text3{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.pc-banner .swiper-content .banner-text3 .text1{
	font-size: 100px;
	line-height: 100px;
	font-weight: 700;
	margin-top: 20px;
	text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.pc-banner .swiper-content .banner-text3 .text2{
	font-size: 24px;
	margin-top: 10px;
	text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.pc-banner .control-box{
	position: absolute;
	left:50%;
	bottom: 50px;
	transform: translateX(-50%);
	z-index: 2;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pc-banner .control-box .left{
	font-weight: 700;
	display: flex;
	align-items: center;
	font-size: 36px;
}
.pc-banner .control-box .left .text2{
	margin:0 10px;
}
.pc-banner .control-box .right{
	width: 340px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pc-banner .control-box .right .swiper-button-prev,
.pc-banner .control-box .right .swiper-button-next{
	position: static;
	margin-top: 0;
	width: 12px;
	height: 12px;
	color: #fff;
}
.pc-banner .control-box .right .swiper-button-prev:after,
.pc-banner .control-box .right .swiper-button-next:after{
	font-size: 12px;
	font-weight: 700;
}
.pc-banner .control-box .right .swiper-scrollbar{
	width: 300px;
	height: 4px;
	background: rgba(255, 255, 255, .5);
}
.pc-banner .control-box .right .swiper-scrollbar .swiper-scrollbar-drag{
    background: rgba(255, 255, 255, 1);
}
@media (max-width: 1600px) {
	.pc-banner .swiper-content .banner-text1{
		width: 54%;
	}
	.pc-banner .swiper-content .banner-text1 .text2{
		font-size: 54px;
		line-height: 60px;
	}
	.pc-banner .swiper-content .banner-text1 .text3{
		font-size: 20px;
	}
	.pc-banner .swiper-content .banner-text2 .text1{
		font-size: 250px;
	}
	.pc-banner .swiper-content .banner-text2 .text2{
		position: absolute;
	}
	.pc-banner .swiper-content .banner-text2 .text2 .t{
		font-size: 80px;
		line-height: 80px;
	}
	.pc-banner .swiper-content .banner-text2 .text2 .b{
		font-size: 24px;
		line-height: 24px;
	}
	.pc-banner .swiper-content .banner-text3 .text1{
		font-size: 80px;
		line-height: 80px;
	}
	.pc-banner .swiper-content .banner-text3 .text2{
		font-size: 20px;
	}
}
@media (max-width: 1280px) {
	.pc-banner{
		display: none;
	}
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {

}

.mb-banner{
	margin-top: 60px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: none;
}
.mb-banner .swiper-container{
	width: 100%;
	display: block;
}
.mb-banner .swiper-slide img{
	width: 100%;
	display: block;
}
.mb-banner .swiper-button-prev{
	left:0;
	background: rgba(0, 0, 0, .6);
}
.mb-banner .swiper-button-next{
	right:0;
	background: rgba(0, 0, 0, .6);
}
.mb-banner .swiper-button-prev:after,
.mb-banner .swiper-button-next:after{
	font-size: 1.375rem;
	color: #fff;
}
.mb-banner .swiper-pagination{
	bottom: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mb-banner .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin:0 6px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	position: relative;
}
.mb-banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #558f38;
}
.mb-banner .swiper-content{
	position: absolute;
	width: 90%;
	height: 100%;
	left: 50%;
	top:0;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.mb-banner .swiper-content > img{
	max-width: 100%;
	display: block;
}
.mb-banner .swiper-content .banner-text1{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.mb-banner .swiper-content .banner-text1 .text1 img{
	width: 160px;
    display: block;
}
.mb-banner .swiper-content .banner-text1 .text2{
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	margin-top: 10px;
	text-shadow: 0 0 6px rgba(0, 0, 0, .4);
}
.mb-banner .swiper-content .banner-text1 .text3{
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
	text-shadow: 0 0 6px rgba(0, 0, 0, .4);
	overflow: hidden;
}
.mb-banner .swiper-content .banner-text2{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.mb-banner .swiper-content .banner-text2 .text1{
	font-size: 160px;
	opacity: .25;
	font-weight: 900;
	text-transform: uppercase;
}
.mb-banner .swiper-content .banner-text2 .text2{
	position: absolute;
}
.mb-banner .swiper-content .banner-text2 .text2 .t{
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
}
.mb-banner .swiper-content .banner-text2 .text2 .b{
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
}
.mb-banner .swiper-content .banner-text3{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.mb-banner .swiper-content .banner-text3 .text1{
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	margin-top: 20px;
	text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.mb-banner .swiper-content .banner-text3 .text2{
	font-size: 18px;
	margin-top: 10px;
	text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
@media (max-width: 1280px) {
	.mb-banner{
		display: block;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.mb-banner{
		margin-top: 50px;
	}
	.mb-banner .swiper-content .banner-text1 .text1 img{
		width: 120px;
	}
	.mb-banner .swiper-content .banner-text1 .text2{
		font-size: 20px;
		margin-top: 5px;
	}
	.mb-banner .swiper-content .banner-text1 .text3{
		margin-top: 5px;
		font-size: 14px;
	}
	.mb-banner .swiper-content .banner-text2 .text1{
		font-size: 80px;
	}
	.mb-banner .swiper-content .banner-text2 .text2 .t{
		font-size: 24px;
		line-height: 24px;
	}
	.mb-banner .swiper-content .banner-text2 .text2 .b{
		font-size: 14px;
		margin-top: 5px;
	}
	.mb-banner .swiper-content .banner-text3 .text1{
		font-size: 24px;
		line-height: 24px;
		margin-top: 10px;
	}
	.mb-banner .swiper-content .banner-text3 .text2{
		font-size: 14px;
		margin-top: 5px;
	}
	.mb-banner .swiper-pagination{
		bottom: 14px;
	}
	.mb-banner .swiper-pagination .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin:0 3px;
	}
}

.in-about{
	width: 100%;
	background: url(../images/index-bg1.png) no-repeat center bottom;
	background-size: cover;
	overflow: hidden;
}
.in-about .about-box1 .text{
	font-weight: 700;
}
.in-about .about-box1 .line{
	width: 24px;
	height: 4px;
	background: #558f38;
	margin-top: 10px;
}
.in-about .about-box2 .text1{
	width: 60%;
	font-weight: 700;
	font-size: 48px;
}
.in-about .about-box2 .text2 a{
	color: #558f38;
	font-weight: 700;
}
.in-about .about-box3{
	border-top: 1px #e2e2e3 solid;
}
.in-about .about-box3 > ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.in-about .about-box3 > ul > li{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.in-about .about-box3 > ul > li > .box1{
	color: #558f38;
	display: flex;
	align-items: flex-start;
}
.in-about .about-box3 > ul > li > .box1 > .text1{
	font-size: 110px;
	line-height: 90px;
	font-family: 'Helvetica-Condensed-Black-Se';
	margin-right: 10px;
}
.in-about .about-box3 > ul > li > .box1 > .text2{
	font-weight: 500;
}
.in-about .about-box3 > ul > li > .box2{
	margin-top:10px;
	font-weight: 700;
}
@media (max-width: 1600px) {
	.in-about .about-box2 .text1{
		font-size: 36px;
	}
    .in-about .about-box3 > ul > li > .box1 > .text1{
		font-size: 90px;
		line-height: 70px;
	}
}
@media (max-width: 1280px) {
	.in-about .about-box1 .line{
		margin-top: 5px;
	}
    .in-about .about-box2 .text1{
		font-size: 24px;
	}
}
@media (max-width: 992px){
    .in-about .about-box3 > ul > li > .box1 > .text1{
		font-size: 48px;
		line-height: 48px;
	}
	.in-about .about-box3 > ul > li > .box2{
		margin-top: 0;
	}
}
@media (max-width: 750px){
	.in-about .about-box1 .line{
		width: 20px;
		height: 3px;
	}
    .in-about .about-box2 .text1{
    	width: 100%;
    	font-size: 18px;
    }
    .in-about .about-box3 > ul{
    	flex-wrap: wrap;
    	justify-content: center;
    }
    .in-about .about-box3 > ul > li{
    	width: 33.333333%;
    }
    .in-about .about-box3 > ul > li:nth-child(n+4){
    	margin-top: 4%;
    }
    .in-about .about-box3 > ul > li > .box1 > .text1{
		font-size: 28px;
		line-height: 28px;
		margin-right: 5px;
	}
}

.in-products{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.in-products .bg-box{
	width: 100%;
	height: 100%;
	position: absolute;
}
.in-products .bg-box .swiper-slide{
	width: 100%;
	height: 100%;
}
.in-products .bg-box .swiper-slide .title,
.in-products .bg-box .swiper-slide .content,
.in-products .bg-box .swiper-slide .link{
	display: none;
}
.in-products .bg-box img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center bottom;
}
.in-products .content-box{
	position: relative;
	z-index: 1;
}
.in-products .swiper-scrollbar{
    position: static;
    background:rgba(255, 255, 255, .5);
    width: 100%;
    height: 2px;
    border-radius: 0;
}
.in-products .swiper-scrollbar .swiper-scrollbar-drag{
    background: rgba(255, 255, 255, 1);
}
.in-products .box-main{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.in-products .box-main .box-left{
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.in-products .box-main .box-left .box1{
	color: #fff;
	font-size: 48px;
	font-style: italic;
	font-weight: 700;
}
.in-products .box-main .box-left .box1 img{
	display: block;
}
.in-products .box-main .box-left .box2 img{
	display: block;
}
.in-products .box-main .box-left .box3{
    display: flex;
    align-items: stretch;
}
.in-products .box-main .box-left .box3 .swiper-button-prev,
.in-products .box-main .box-left .box3 .swiper-button-next{
	width: auto;
	height: auto;
    position: static;
    color: #fff;
    display: flex;
    flex-direction: column;
    margin:0;
}
.in-products .box-main .box-left .box3 .swiper-button-prev{
	margin-right: 20px;
}
.in-products .box-main .box-left .box3 .swiper-button-next{
	margin-left: 20px;
}
.in-products .box-main .box-left .box3 .swiper-button-prev:after,
.in-products .box-main .box-left .box3 .swiper-button-next:after{
	display: none;
}
.in-products .box-main .box-left .box3 .line{
    width: 2px;
    background: #fff;
}
.in-products .box-main .box-left .box3 .text1{
	font-size: 16px;
}
.in-products .box-main .box-left .box3 .text2{
	margin-top: 10px;
}
.in-products .box-main .box-left .box3 .text2 img{
	display: block;
}
.in-products .box-main .box-center{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-products .box-main .box-center .swiper-slide{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.in-products .box-main .box-center .swiper-slide img{
	display: block;
}
.in-products .box-main .box-right{
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}
.in-products .box-main .box-right .box1 img{
	display: block;
}
.in-products .box-main .box-right .box2{
	color: #fff;
	text-align: right;
}
.in-products .box-main .box-right .box2 .text1{
	font-weight: 700;
	font-size: 30px;
}
.in-products .box-main .box-right .box2 .text2{
	margin-top: 20px;
}
.in-products .box-main .box-right .box3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(130deg, transparent .5em, #fff 0);
    color: #558f38;
    width: 136px;
    height: 44px;
}
.in-products .box-main .box-right .box3 a:hover{
	background: linear-gradient(130deg, transparent .5em, #558f38 0);
    color: #fff;
}
@media (max-width: 1600px) {	
	.in-products .box-main .box-left .box1 img{
		width: 240px;
	}
	.in-products .box-main .box-left .box1{
		font-size: 32px;
	}
	.in-products .box-main .box-left .box2 img{
		width: 160px;
	}
	.in-products .box-main .box-right .box2 .text1 {
	    font-size: 24px;
	}
	.in-products .box-main .box-right .box1 img{
		width: 80px;
	}
}
@media (max-width: 1280px) {
	.in-products .box-main{
		height: 640px;
		padding-top: 40px;
	}
    .in-products .box-main .box-left .box1 img{
		width: 160px;
	}
	.in-products .box-main .box-left .box1{
		font-size: 24px;
	}
	.in-products .box-main .box-left .box2{
		display: none;
	}
	.in-products .box-main .box-left .box3 .text1{
		display: none;
	}
	.in-products .box-main .box-left .box3 .text2{
		margin-top: 0;
	}
	.in-products .box-main .box-left .box3 .text2 img{
        width: 30px;
	}
	.in-products .box-main .box-left .box3 .swiper-button-prev{
		margin-right: 10px;
	}
	.in-products .box-main .box-left .box3 .swiper-button-next{
		margin-left: 10px;
	}
	.in-products .box-main .box-right .box2{
		display: none;
	}
	.in-products .box-main .box-right .box1 img{
		width: 60px;
	}	
	.in-products .box-main .box-right .box2 .text2 {
	    margin-top: 10px;
	}
	.in-products .box-main .box-right .box3 a{
		width: 120px;
		height: 36px;
	}
}
@media (max-width: 992px) {	
}
@media (max-width: 750px) {	
	.in-products .box-main{
		height: 540px;
	}
	.in-products .box-main .box-left .box1 img{
		width: 100px;
	}
	.in-products .box-main .box-left .box1{
		font-size: 14px;
	}
	.in-products .box-main .box-left .box2{
		display: none;
	}
	.in-products .box-main .box-left .box3 .text2 img{
        width: 24px;
	}
	.in-products .box-main .box-right .box2 .text1 {
	    font-size: 18px;
	}
	.in-products .box-main .box-right .box1 img{
		width: 50px;
	}	
	.in-products .box-main .box-right .box3 a{
		width: 80px;
		height: 28px;
	}
	.in-products .box-main .box-right .box3 a{
	    background: linear-gradient(130deg, transparent .3em, #fff 0);
	}
	.in-products .box-main .box-right .box3 a:hover{
		background: linear-gradient(130deg, transparent .3em, #558f38 0);
	}
}

.in-honor{
	overflow: hidden;
}
.in-honor .box-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.in-honor .box-title .left{
	position: relative;
	font-weight: 700;
}
.in-honor .box-title .left .text1{
	color: #f3f3f3;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
}
.in-honor .box-title .left .text2{
	font-size: 30px;
	margin-top: -24px;
}
.in-honor .box-title .right a{
	display: flex;
	align-items: center;
	color: #558f38;
	border:1px #558f38 solid;
	border-radius: 16px;
	padding:5px 20px;
}
.in-honor .box-title .right i{
	margin-left: 5px;
	transform: scaleX(-1);
}
.in-honor .box-title .right a:hover{
	background: #558f38;
	color: #fff;
}
.in-honor .box-content{
	width: 70%;
	margin:0 auto;
	margin-top: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.in-honor .box-content .box1{
	font-size: 28px;
	font-weight: 700;
}
.in-honor .box-content .box2{
	margin-top: 20px;
}
.in-honor .box-content .box3{
	margin-top: 40px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	border-top:2px #eee solid;
	border-bottom: 2px #eee solid;
	padding:10px 0;
}
.in-honor .box-content .box3 .swiper-button-prev,
.in-honor .box-content .box3 .swiper-button-next{
	position: static;
	margin-top: 0;
	display: flex;
	align-items: center;
	width: auto;
	height: auto;
	color: #000;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-honor .box-content .box3 .swiper-button-prev:after,
.in-honor .box-content .box3 .swiper-button-next:after{
	display: none;
}
.in-honor .box-content .box3 .swiper-button-prev:hover,
.in-honor .box-content .box3 .swiper-button-next:hover{
	color: #558f38;
}
.in-honor .box-content .box3 .line{
	width: 1px;
	background:#ddd; 
	margin:0 20px;
}
#carousel {
	position: relative;
}
#carousel .swiper-wrapper{
}
#carousel .swiper-slide {
	width: 300px;
}
#carousel .swiper-slide img{
	display:block;
	width: 100%;
}
.in-honor .mb-honor{
	display: none;
}
.in-honor .mb-honor img{
	width: 100%;
	display: block;
}
@media (max-width: 1600px) {
	.in-honor .box-title .left .text1{
		font-size: 36px;
		line-height: 36px;
	}
	.in-honor .box-title .left .text2{
		font-size: 24px;
		margin-top: -18px;
	}
	.in-honor .box-content .box1{
		font-size: 24px;
	}
}
@media (max-width: 1280px) {	
	.in-honor .box-title{
		flex-direction: column;
	}
	.in-honor .box-title .left{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.in-honor .box-title .left .text1{
		font-size: 32px;
		line-height: 32px;
	}
	.in-honor .box-title .left .text2{
		font-size: 20px;
		margin-top: -16px;
	}
	.in-honor .box-title .right{
		margin-top: 2%;
	}
	.in-honor .box-list{
		margin-top: 4%;
	}
	.in-honor .box-content{
		width: 100%;
		margin-top: 4%;
	}
	.in-honor .box-content .box1{
		font-size: 20px;
	}
	.in-honor .box-content .box2{
		margin-top: 2%;
	}
	.in-honor .box-content .box3{
		margin-top: 4%;
	}
	#carousel{
		display: none;
	}
	.in-honor .mb-honor{
		display: block;
	}
}
@media (max-width: 992px) {	
}
@media (max-width: 750px) {	
	.in-honor .box-title .left .text1{
		font-size: 24px;
		line-height: 24px;
	}
	.in-honor .box-title .left .text2{
		font-size: 18px;
		margin-top: -12px;
	}
	.in-honor .box-title .right a{
		padding:2px 14px;
	}
	.in-honor .box-content .box1{
		font-size: 18px;
	}
	.in-honor .box-content .box3{
		padding:5px 0;
	}
}

.in-culture{
    width: 100%;
    padding:100px 0 160px 0;
    background: url(../images/index-bg2.png) no-repeat center bottom;
    position: relative;
    overflow: hidden;
}
.in-culture .wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-culture .main-box{
	background: rgba(255, 255, 255, .88);
	position: relative;
	z-index: 1;
	padding:80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}
.in-culture .main-box .box1,
.in-culture .main-box .box2,
.in-culture .main-box .box3,
.in-culture .main-box .box4,
.in-culture .main-box .box5{
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.in-culture .main-box .box1 img{
	display: block;
}
.in-culture .main-box .box2{
	margin-top: 20px;
	flex-direction: column;
}
.in-culture .main-box .box2 .text{
    font-size: 24px;
	font-weight: 700;
}
.in-culture .main-box .box2 .line{
    width: 26px;
    height: 3px;
    background: #558f38;
    margin-top: 8px;
}
.in-culture .main-box .box3{
	font-weight: 700;
	color: #558f38;
	font-size: 32px;
	margin-top: 30px;
}
.in-culture .main-box .box4{
	margin-top: 20px;
}
.in-culture .main-box .box5{
	margin-top: 60px;
}
.in-culture .main-box .box5 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	border:2px #558f38 solid;
	color: #558f38;
	border-radius: 50%;
}
.in-culture .main-box .box5 a i{
	font-size: 36px;
	display: block;
}
.in-culture .main-box .box5 a:hover{
	background: #558f38;
	color: #fff;
}
.in-culture .main-box .box5 a:hover i{
	transform: rotate(360deg);
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.in-culture .main-box .kuang{
	width: 80px;
	height: 80px;
	position: absolute;
}
.in-culture .main-box .kuang1{
	left: 0;
	top: 0;
	border-left: 4px #558f38 solid;
	border-top: 4px #558f38 solid;
}
.in-culture .main-box .kuang2{
	right: 0;
	top: 0;
	border-right: 4px #558f38 solid;
	border-top: 4px #558f38 solid;
}
.in-culture .main-box .kuang3{
	left: 0;
	bottom: 0;
	border-left: 4px #558f38 solid;
	border-bottom: 4px #558f38 solid;
}
.in-culture .main-box .kuang4{
	right: 0;
	bottom: 0;
	border-right: 4px #558f38 solid;
	border-bottom: 4px #558f38 solid;
}
@media (max-width: 1600px) {
	.in-culture .main-box .box1,
	.in-culture .main-box .box2,
	.in-culture .main-box .box3,
	.in-culture .main-box .box4,
	.in-culture .main-box .box5{
		width: 84%;
	}
	.in-culture .main-box .box1 img{
		width: 64px;
	}
	.in-culture .main-box .box2{
		margin-top: 10px;
	}
	.in-culture .main-box .box2 .text{
	    font-size: 20px;
	}
	.in-culture .main-box .box3{
		font-size: 28px;
		margin-top: 20px;
	}
	.in-culture .main-box .box4{
		margin-top: 10px;
	}
	.in-culture .main-box .box5{
		margin-top: 40px;
	}
	.in-culture .main-box .box5 a{
		width: 64px;
		height: 64px;
	}
	.in-culture .main-box .box5 a i{
		font-size: 32px;
	}
}
@media (max-width: 1280px) {	
	.in-culture{
    	padding:10% 0 18% 0;
    }	
    .in-culture .main-box{
    	padding:10%;
    }
    .in-culture .main-box .box1,
	.in-culture .main-box .box2,
	.in-culture .main-box .box3,
	.in-culture .main-box .box4,
	.in-culture .main-box .box5{
		width: 100%;
	}
	.in-culture .main-box .box1 img{
		width: 54px;
	}
	.in-culture .main-box .box2 .text{
	    font-size: 18px;
	}
	.in-culture .main-box .box2 .line{
		width: 20px;
	}
	.in-culture .main-box .box3{
		font-size: 20px;
		margin-top: 10px;
	}
	.in-culture .main-box .box5{
		margin-top: 20px;
	}
	.in-culture .main-box .box5 a{
		width: 48px;
		height: 48px;
	}
	.in-culture .main-box .box5 a i{
		font-size: 24px;
	}
	.in-culture .main-box .kuang {
	    width: 40px;
	    height: 40px;
	}
}
@media (max-width: 992px) {	
}
@media (max-width: 750px) {	
	.in-culture .main-box{
    	padding:16% 10%;
    }
	.in-culture .main-box .box1 img{
		width: 42px;
	}
	.in-culture .main-box .box2 .text{
	    font-size: 16px;
	}
	.in-culture .main-box .box2 .line{
		margin-top: 5px;
	}
	.in-culture .main-box .box3{
		font-size: 18px;
	}
}

.in-news{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.in-news .box-title{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    font-weight: 700;
}
.in-news .box-title .text1{
	position: absolute;
	color: #f3f3f3;
	font-size: 48px;
}
.in-news .box-title .text2{
	position: relative;
	z-index: 1;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.in-news .box-title .text2 .line{
	width: 26px;
	height: 3px;
	background: #558f38;
	margin-top: 10px;
}
.in-news .box-list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.in-news .box-list .list-left{
	width: 68%;
}
.in-news .box-list .list-left ul{
	display: flex;
	align-items: stretch;
	height: 100%;
}
.in-news .box-list .list-left li{
	width: 48%;
	height: 100%;
	background: #fff;
	float: left;
	margin-right: 4%;
}
.in-news .box-list .list-left a{
	display: block;
}
.in-news .box-list .list-left .image{
	width: 100%;
	position: relative;
}
.in-news .box-list .list-left .image .list-title{
	width: 72px;
	height: 28px;
	font-size: 12px;
	background: #558f38;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top:0;
}
.in-news .box-list .list-left .image img{
	width: 100%;
	display: block;
}
.in-news .box-list .list-left .word{
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.in-news .box-list .list-left .word .text1{
	width: 100%;
	padding:0 40px;
	margin:40px 0;
	height: 60px;
	font-weight: 700;
	font-size: 20px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in-news .box-list .list-left .word .text2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px #eee solid;
	padding:20px 40px;
}
.in-news .box-list .list-left .word .text2 .left,
.in-news .box-list .list-left .word .text2 .right{
	display: flex;
	align-items: center;
	font-size: 16px;
}
.in-news .box-list .list-left .word .text2 .left i,
.in-news .box-list .list-left .word .text2 .right i{
	display: block;
	font-size: 20px;
}
.in-news .box-list .list-left .word .text2 .left{
	color: #555;
}
.in-news .box-list .list-left .word .text2 .left i{
	margin-right: 5px;
}
.in-news .box-list .list-left .word .text2 .right i{
	margin-left: 5px;
	transform: scaleX(-1);
}
.in-news .box-list .list-right{
	width: 32%;
	background: #fff;
}
.in-news .box-list .list-right .list-title{
	width: 72px;
	height: 28px;
	font-size: 12px;
	background: #558f38;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-news .box-list .list-right .list-box{
	padding:50px 40px;
}
.in-news .box-list .list-right .list-box li{
	margin-top: 50px;
}
.in-news .box-list .list-right .list-box li:first-child{
	margin-top: 0;
}
.in-news .box-list .list-right .list-box a{
	display: block;
}
.in-news .box-list .list-right .list-box .title{
	height: 60px;
	font-weight: 700;
	font-size: 20px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in-news .box-list .list-right .list-box .date{
	display: flex;
	align-items: center;
	color: #555;
	font-size: 16px;
	margin-top: 5px;
}
.in-news .box-list .list-right .list-box .date i{
	display: block;
	font-size: 20px;
	margin-right: 5px;
}
.in-news .box-button a{
	display: flex;
	color: #fff;
    background: #558f38;
    padding:15px 30px;
    align-items: center;
}
.in-news .box-button i{
	display: flex;
	display: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition:all 600ms linear;
    -moz-transition:all 600ms linear;
    -o-transition:all 600ms linear;
    transition:all 600ms linear;
}
.in-news .box-button a:hover i{
	display: block;
	visibility: visible;
	opacity: 1;
	animation: moveLeft .6s linear infinite;
}
@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(10px);
    }
}
@media (max-width: 1600px) {
	.in-news .box-title .text1{
		font-size: 36px;
	}
	.in-news .box-title .text2{
		font-size: 24px;
	}
	.in-news .box-title .text2 .line{
		margin-top: 5px;
	}
	.in-news .box-list .list-left .word .text1{
		font-size: 18px;
		height: 50px;
	}
	.in-news .box-list .list-left .word .text2 .left,
	.in-news .box-list .list-left .word .text2 .right{
		font-size: 14px;
	}
	.in-news .box-list .list-left .word .text2 .left i,
	.in-news .box-list .list-left .word .text2 .right i{
		font-size: 16px;
	}
	.in-news .box-list .list-right .list-box .title{
		height: 50px;
		font-size: 18px;
	}
	.in-news .box-list .list-right .list-box .date{
		font-size: 14px;
	}
	.in-news .box-list .list-right .list-box .date i{
		font-size: 16px;
	}
}
@media (max-width: 1280px) {
	.in-news .box-title .text1{
		font-size: 22px;
	}
	.in-news .box-title .text2{
		font-size: 22px;
	}
	.in-news .box-list{
		flex-direction: column;
	}
    .in-news .box-list .list-left{
    	width: 100%;
    }	
    .in-news .box-list .list-left li:last-child{
    	margin-right: 0;
    }
    .in-news .box-list .list-left .word .text1{
    	padding:0 4%;
    	margin:4% 0;
    	font-size: 14px;
    	height: 40px;
    }
    .in-news .box-list .list-left .word .text2{
    	padding:2% 4%;
    }
    .in-news .box-list .list-right{
    	width: 100%;
    	margin-top: 4%;
    }
    .in-news .box-list .list-right .list-box{
    	padding:5% 4%;
    }
    .in-news .box-list .list-right .list-box li{
    	margin-top: 5%;
    }
    .in-news .box-list .list-right .list-box .title{
    	font-size: 14px;
    	height: auto;
    }
    .in-news .box-button a {
	    padding: 10px 20px;
	}
}
@media (max-width: 992px) {	
}
@media (max-width: 750px) {	
	.in-news .box-title .text1{
		font-size: 18px;
	}
	.in-news .box-title .text2{
		font-size: 18px;
	}
	.in-news .box-title .text2 .line{
		width: 20px;
	}
	.in-news .box-list .list-left ul{
		flex-direction: column;
	}
	.in-news .box-list .list-left li{
		width: 100%;
		margin-top: 4%;
	}
	.in-news .box-list .list-left li:first-child{
		margin-top: 0;
	}
	.in-news .box-list .list-left .word .text1{
		height: auto;
	}
}